[WCF] Cannot find the X.509 certificate after publishing
Posted
by Tr?n Qu?c Bình
on Stack Overflow
See other posts from Stack Overflow
or by Tr?n Qu?c Bình
Published on 2010-06-07T04:24:46Z
Indexed on
2010/06/07
4:32 UTC
Read the original article
Hit count: 462
Hi everybody, I am building a WCF service as http://www.codeproject.com/KB/WCF/9StepsWCF.aspx#Beginner%20WCF%20FAQ%E2%80%99s and facing a trouble with X.509 certificate: when I debug, evething is OK. But when I pubish it to IIS (5.1, windowsXP SP3) I receive the error:
**Cannot find the X.509 certificate using the following search criteria: StoreName 'My', StoreLocation 'CurrentUser', FindType 'FindBySubjectName', FindValue 'WCFServer'.**
Thanks for any idea.
© Stack Overflow or respective owner